GET https://api.storenvy.com/v1/webhooks/:id
Get a Webhook by ID.
Example response:
{
"data": {
"id": 2,
"url": "http://example.com",
"events": [
"order/created"
]
},
"meta": {
"code": 200,
"api_version": "1.0"
}
}